+2002-11-21 Eugene Exarevsky <zheka@relex.ru>
+
+ * progmodes/sql.el: Added LINTER support.
+ (sql-linter-program): New variable.
+ (sql-linter-options): New variable.
+ (sql-mode-menu): Added Linter keywords.
+ (sql-mode-linter-font-lock-keywords): New variable.
+ (sql-highlight-linter-keywords): New function.
+ (sql-linter): New function.
+ (sql-ms-options): New variable.
+ (sql-ms): Use it.
+
2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
* ibuffer.el (ibuffer-formats): Change default value; bump width
* subr.el (symbol-file): Remove unused variable `functions'.
-2002-11-20 Markus Rost <rost@math.ohio-state.edu>
+2002-11-20 Markus Rost <rost@math.ohio-state.edu>
* Makefile.in (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
* emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
-2002-11-19 Markus Rost <rost@math.ohio-state.edu>
+2002-11-19 Markus Rost <rost@math.ohio-state.edu>
* progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
members here rather than with custom-add-to-group. This is the
(calendar-mode): Set up font-lock mode.
(generate-calendar-window): Fontify if font-lock-mode is on.
-2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
+2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
* international/codepage.el (cp866-decode-table): Fix the
translation table.
paragraph with `fill-nobreak-invisible' let-bound to t.
Don't use `display' property; insert "see" directly in buffer.
-2002-11-14 Nick Roberts <nick@nick.uklinux.net>
+2002-11-14 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el: New file, User Interface for running GDB